* bytecomp.el: Declare suspend-hook to be an obsolete variable.
authorJim Blandy <jimb@redhat.com>
Thu, 11 Mar 1993 07:02:11 +0000 (07:02 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 11 Mar 1993 07:02:11 +0000 (07:02 +0000)
lisp/emacs-lisp/bytecomp.el

index 7d48fbea291cc1e658a8a04ff8c1c9b2c6247778..331d51c779ffe33aef8f771e3aa2e1f6caa9c965 100644 (file)
@@ -2985,6 +2985,7 @@ For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\""
   "use unread-command-events instead.  That variable is a list of events to reread, so it now uses nil to mean `no event', instead of -1.")
 (make-obsolete-variable 'unread-command-event
   "use unread-command-events; this is now a list of events.")
+(make-obsolete-variable 'suspend-hook 'suspend-hooks)
 
 (provide 'byte-compile)